[bugfix] Kconfig file have a abnormal symbol #101
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…bugfix
Src:big:rt-smart:kernel:rtthread:components:drivers:Kconfig
An abnormal symbol '' ' '' occurs in line 281 of the Kconfig file, which leads to an red warning as a little bug.
It is suggested to modify it to:
A universal driver library for serial (SPI) flash using JEDEC SFDP standard.
signed-off-by: Liu Chengtao[email protected]
PR描述:
在编译时,发现在Src:big:rt-smart:kernel:rtthread:components:drivers:Kconfig文件,发现这个文件281行及以下面全部冒红色。
详细描述:
在编译时,发现在Src:big:rt-smart:kernel:rtthread:components:drivers:Kconfig文件,发现这个文件下面全部冒红色,原来是在第281行出现,An using JEDEC‘s SFDP standard serial (SPI) flash universal driver library中的异常符号 ’ 导致,被认为后面是处于字符串包含区域,导致发出红色警告。修改意见,更换为:A universal driver library for serial (SPI) flash using JEDEC SFDP standard.
关联issue:
fix #X